PCA Index Dashboard Examples#
Ian’s Plot:#
x = np.linspace(0, 99, 100);
y = np.random.rand(100);
plt.plot(x, y, color = 'k', marker = 'x');
Jeremy’s Plots:#
This script was last run at 2024-03-13 10:12:11.423000+00:00 (UTC)
In US/Central Time, this is 2024-03-13 05:12:11.423000-05:00